This example is created to help you understand how events are flowing.


1. The server is listening on a port
2. n Clients are connected to a server.
3. Data is transferred via _Io_Emit

How to run example:

Open server.au3 and press F7 (Tools -> Build)
Open client.au3 and press F7 (Tools -> Build)